home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
parex
/
parexscripts
/
stripm2
< prev
next >
Wrap
AmigaDOS Script File
|
1993-11-24
|
441b
|
15 lines
.KEY FROMFILE/A,PAREXARGS/F
; PARex v3.xx program script: "StripM2"
; ~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~
; Update: 22-Nov-93
; $VER: StripM2 39.001 (22.11.93) Modula-II_source comment stripping
; Saves compiler directives which reside in (*$ .. *) comments!
; If no TO file is given then the destination file is called "FROMFILE.prx".
PAREX <FROMFILE> <PAREXARGS> TRACE LOAD { REPL "(*\d36" BY "(*\d36" } { STRIP "(*" TO "*)" NEST }